home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club KidSoft Volume 3 #2
/
CKSPCV32.BIN
/
movies
/
clubroom.dir
/
00046_Script_Contest Win Button
< prev
next >
Wrap
Text File
|
1995-04-03
|
504b
|
23 lines
on mouseDown
global gSButton
set myCast = the castNum of sprite gSButton
set the castNum of sprite gSButton to myCast + 1
updateStage
end
on mouseUp
global gCurrentButton, gSButton
set gCurrentButton = 0
set the visible of sprite gSButton = false
set the puppet of sprite gSButton = false
StopSound
updateStage
global qtMovieWatcher
QTMovieStart qtMovieWatcher, the number of cast "WINCONT.MOV", 1, marker(0)
go to frame marker(0) + 1
end